Debug Mode (Advanced Support)
Outcomes: Gain an understanding of debug mode in myData.
Enabling extended log information
From time to time it may be necessary to collect extended logs from myData to enable our consultants to assist with debugging.
Enabling "DEBUG" logging can reduce the performance of the myData client and admin apps.
myData Application
- On the computer where you want to collect extended logs, browse to the myData install directory
-
- Open the MyData.exe.config and find the <root> tag
- Change this tag from "INFO" to "DEBUG"
- Save the file
- Restart myData
- Please re-enable standard logging after after extended logs have been collected
myData Admin Application
- On the computer where you want to collect extended logs, browse to the myData install directory
- Open the MyData.AdminApplication.exe.config and find the <root> tag
- Change this tag from "INFO" to "DEBUG"
- Save the file
- Restart myData Admin Application
- Please re-enable standard logging after after extended logs have been collected
Enabling standard logging information (Default)
After any debugging please change the log level back to "INFO"
myData Application
- On the computer where you want to collect extended logs, browse to the myData install directory
- Open the MyData.exe.config and find the <root> tag
- Change this tag from "DEBUG" to "INFO"
- Save the file
- Restart myData
myData Admin Application
- On the computer where you want to collect extended logs, browse to the myData install directory
- Open the MyData.AdminApplication.exe.config and find the <root> tag
- Change this tag from "DEBUG" to "INFO"
- Save the file
- Restart myData Admin Application